home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!not-for-mail
- From: kj7bg@primenet.com (Bob White)
- Newsgroups: comp.lang.c++
- Subject: Re: C++ parser
- Date: 9 Mar 1996 10:02:01 -0700
- Organization: Primenet Services for the Internet
- Sender: root@primenet.com
- Message-ID: <4hsdi9$acq@nnrp1.news.primenet.com>
- References: <31408025.41C6@cs.sfu.ca>
- X-Posted-By: ip194.boi.primenet.com
- X-Newsreader: WinVN 0.99.7
- MIME-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
-
- You can find one which is part of the PCCTS system at:
- ftp.parr-research.com/pub
- You will have to look for user contributions. I don't remember which
- subdirectory. Also, the grammar will require PCCTS which is also available at
- that site. Have fun!
-
- In article <31408025.41C6@cs.sfu.ca>, pwfong@cs.sfu.ca says...
- >
- >I am looking for a c++ parser that can read in source files and
- >generate their abstract syntax tree. Is there any such software
- >out there? I am working on UNIX but can switch to PC if necessary.
- >
- >Philip
-
-